home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / ViePratique / Calendar Magic / setup.exe / {app} / ToPix.shf < prev    next >
Text File  |  2007-01-06  |  265b  |  10 lines

  1. Degrees
  2. '
  3. ' Given the need to produce a photo quality print, with longest side a ( in inches) and a 4:3 print 
  4. ' aspect ratio, calculates the number N of megapixels required for the digital camera.
  5. '
  6. a = 7
  7. ==> a = 7
  8. N = ceiling(27 * a ^ 2 / 400)
  9. ==> N = 4
  10.